Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to create git tags for new core releases #1084

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

gotmax23
Copy link
Collaborator

This commit adds a script to check for new core releases and create snapshot tags in this repository if necessary. It checks the timestamp of the core release tag and determines the last commit pushed before that timestamp.

Core was unwilling to create these tags as part of its own release process, so this is the next best solution. At some point, I'll create a Github Action to automate this, but for now, I wanted to commit the script I have been using for the past few release cycles.

Relates: #66

@gotmax23 gotmax23 added no_backport This PR should not be backported. devel only. tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves. labels Jan 29, 2024
@gotmax23 gotmax23 marked this pull request as ready for review January 29, 2024 22:30
@gotmax23 gotmax23 closed this Jan 31, 2024
@gotmax23 gotmax23 reopened this Jan 31, 2024
@gotmax23 gotmax23 merged commit 38c01a2 into ansible:devel Mar 18, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no_backport This PR should not be backported. devel only. tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant